home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-26 | 558 b | 19 lines | [TEXT/KAHL] |
- #include "CodeFragmentTypes.r"
-
- // this 'cfrg' is created with version 5 of the CodeFragmentTypes.r interface
- resource 'cfrg' (0) {
- {
- kPowerPC, // archType
- kFullLib, // updateLevel
- kNoVersionNum, // currentVersion
- kNoVersionNum, // oldDefVersion
- kDefaultStackSize, // appStackSize
- kNoAppSubFolder, // appSubFolderID
- kIsApp, // usage
- kOnDiskFlat, // where
- kZeroOffset, // offset
- kWholeFork, // length
- "Application's name" // <== Change this to be the name of your application
- }
- };
-